Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing inverted y axis #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

davedarko
Copy link

It seems like vetorscope.py imports screen.py where all other programs are importing screennorm.py. Both screennorm and screen are initialising the GC9A01 display. There is a rotation flag (6) that allows for a mirrored rotation by 180 degrees see library

So since only screen.py is only used by vectorscope.py, I'd suggest using this rotation flag here.

rotating by 180 degrees and mirroring image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant